home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / tcp / dynubasic.lha / dynubasic / basic_sdk.txt next >
Text File  |  2004-07-16  |  4KB  |  69 lines

  1. ******************************************************************************************************
  2. *    Dynu Basic Service SDK Version 1.0                                                              *
  3. *    Copyright (c) 1997-2003 Dynu Systems, Inc. All rights reserved.                                 *
  4. *                                                                                                    *
  5. *                                                                                                    *
  6. *    Domain names registered under Dynu Basic Dynamic DNS Service may be managed using               *
  7. *    HTTP protocol as shown below. Please contact support@dynu.com with subject "Dynu Basic          *
  8. *    Dynamic DNS Service" if you need any assistance in using the HTTP based protocol.               *
  9. *                                                                                                    *
  10. *                                                                                                    *
  11. ******************************************************************************************************
  12.  
  13. 1)Updating the main IP for Dynu Basic domain name
  14.  
  15. URL: http://basicupdate.dynu.com/basic/update.asp
  16. Example: http://basicupdate.dynu.com/basic/update.asp?first=com&domain=example&password=xxxxxx&ip_address=198.144.7.119
  17. Note: The above example will update the IP of domain name example.dynu.com with IP address 198.144.7.119
  18.  
  19. SSL URL: https://www.dynu.com/update/basic/update.asp
  20. https://www.dynu.com/update/basic/update.asp?first=com&domain=example&password=xxxxxx&ip_address=198.144.7.119
  21. Note: The above example will update the IP of domain name example.dynu.com with IP address 198.144.7.119
  22.  
  23. Query String (GET) Parameters:
  24.  
  25. *  first  *
  26. This is the top level of the domain name. Valid options are "com" or "net" depending on whether the domain name is dynu.com or dynu.net.
  27.  
  28. *  domain  *
  29. This is the domain part of the domain name. Examples are "harry", "thomas" etc.
  30.  
  31. *  password  *
  32. This is the password for the basic dynamic dns service. The password is 6-8 characters and may contain only characters a-z, A-Z, 0-9.
  33.  
  34. *  ip_address  *
  35. This is the new ip address to which the domain name should point to. *PLEASE NOTE THAT THIS IS AN OPTIONAL PARAMETER*. When this parameter is not specified Dynu update servers will automatically detect the IP address from which HTTP request comes and use that IP address for update purposes.
  36.  
  37.  
  38. --------------------------------------------------------------------------------------------------------------------------------------------
  39. 2)Setting domain name to offline status
  40.  
  41. URL: http://basicupdate.dynu.com/premium/offline.asp
  42. Example: http://basicupdate.dynu.com/premium/offline.asp?first=com&domain=example&password=xxxxxx
  43.  
  44. SSL URL: https://www.dynu.com/update/basic/offline.asp
  45. Example: https://www.dynu.com/update/basic/offline.asp?first=com&domain=example&password=xxxxxx
  46.  
  47. Query String (GET) Parameters:
  48.  
  49. *  first  *
  50. This is the top level of the domain name. Examples are "com", "net", "co.uk", "co.jp" etc.
  51.  
  52. *  second  *
  53. This is the domain part of the domain name. Examples are "microsoft", "dynu", "yahoo" etc.
  54.  
  55. *  password  *
  56. This is the password for the basic dynamic dns service. The password is 6-8 characters and may contain only characters a-z, A-Z, 0-9.
  57.  
  58. --------------------------------------------------------------------------------------------------------------------------------------------
  59. 3)Getting the version of the latest windows based client
  60.  
  61. URL: http://basicupdate.dynu.com/basic/version.asp
  62. Example: http://basicupdate.dynu.com/basic/version.asp
  63.  
  64. SSL URL: https://www.dynu.com/update/basic/version.asp
  65. Example: https://www.dynu.com/update/basic/version.asp
  66.  
  67.  
  68.  
  69.